home *** CD-ROM | disk | FTP | other *** search
- Path: news.onramp.net!usenet
- From: micky@onramp.net (Micky Ray)
- Newsgroups: comp.lang.c++
- Subject: Files in C++
- Date: Thu, 04 Apr 1996 15:52:17 GMT
- Organization: OnRamp of Lubbock
- Message-ID: <4k0rah$fhj@news.onramp.net>
- Reply-To: micky@onramp.net
- NNTP-Posting-Host: lub11.onramp.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Is there a preferred way to access files in C++ (Borland 4.0)? I am
- trying to make the switch from C to C++, and have tried using ifstream
- for text file access, but am concerned with what appear to be serious
- limitations, namely that I can't seem to be able to figure out how to
- reposition the file pointer back to the beginning after reading the
- file. Any useful suggestions would be appreciated.
-
- Thanks,
- Mick
-
-